home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.19951130-19960209
/
000057_news@columbia.edu_Thu Dec 7 10:03:15 1995.msg
< prev
next >
Wrap
Internet Message Format
|
1996-05-13
|
3KB
Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA02366
(5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun>); Fri, 8 Dec 1995 00:48:02 -0500
Received: (from news@localhost) by apakabar.cc.columbia.edu (8.6.12/8.6.12) id AAA17264 for kermit.misc@watsun; Fri, 8 Dec 1995 00:48:00 -0500
Path: news.columbia.edu!sol.ctr.columbia.edu!news.msfc.nasa.gov!newsfeed.internetmci.com!in1.uu.net!bull.hkstar.net!news
From: WanJohn@hkstar.com (J. Wan)
Newsgroups: comp.protocols.kermit.misc
Subject: How to run multiple session in Windows DOS box with packet driver?
Date: Thu, 07 Dec 1995 10:03:15 GMT
Organization: Hong Kong Star Internet Limited
Lines: 77
Message-Id: <4a6dm1$msm@bull.hkstar.net>
Nntp-Posting-Host: star92.hkstar.com
X-Newsreader: Forte Free Agent 1.0.82
Apparently-To: kermit.misc@watsun.cc.columbia.edu
I am using Kermit on ODI modules with packet driver. I load the
network drivers as following:
===================================================================
[STARTNET.BAT]
@ECHO OFF
C:
CD \NWCLIENT
SET NWLANGUAGE=ENGLISH
C:\WINDOWS\net start
LH LSL
LH NE2000.COM
LH C:\WINDOWS\odihlp.exe
LH IPXODI
LH ODIPKT.COM 1 96
LH WINPKT 0X60
LH VLM
CD \
==================================================================
===================================================================
[NET.CFG]:-
Link Support
Max Boards 4
Max Stacks 8
Buffers 4 1514
Link Driver NE2000
Frame Ethernet_802.3
Frame Ethernet_II
Frame Ethernet_802.2
Frame Ethernet_SNAP
INT 2
PORT 320
protocol IPX 0 Ethernet_802.3
protocol IP 0800 Ethernet_II
Protocol ARP 0806 Ethernet_II
Protocol RARP 8035 Ethernet_II
;MEM D0000
Protocol IPX 0 Ethernet_802.3
NetWare DOS Requester
FIRST NETWORK DRIVE = F
USE DEFAULTS = OFF
VLM = CONN.VLM
VLM = IPXNCP.VLM
VLM = TRAN.VLM
VLM = SECURITY.VLM
; VLM = NDS.VLM
VLM = BIND.VLM
VLM = NWP.VLM
VLM = FIO.VLM
VLM = GENERAL.VLM
VLM = REDIR.VLM
VLM = PRINT.VLM
VLM = NETX.VLM
Message Timeout= 90
Average Name Length= 6
Cache Buffer Size= 1500
Show Dots= ON
======================================================
Running Kermit in both DOS and Windows's DOS box is okay. But can I
open 2 Windows's DOS prompt boxes and run 2 Kermit's sessions in the
same time?
Please help.
Thanks,
John Wan
- John Wan (Chun)
E-mail: wanjohn@hkstar.com